ValidateData<T> Method

Summary

Validates the specified data.

Syntax
C#
VB
C++
public static List<string> ValidateData<T>( 
   T data 
) 
  
Public Shared Function ValidateData(Of T)( _ 
   ByVal data As T _ 
) As List(Of String) 
public: 
static List<String^>^ ValidateDatageneric<typename T> 
(  
   _T^_ data 
)  

Parameters

data
The data to validate.

Type Parameters

T
The type of the data to validate.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly